This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Kelly Chunugenoden 1.Dec.03 04:33 PM a Web browser Domino Designer6.0.1Windows XP
As a newbie I'm struggeling with date fields in my LS. I've defined a date-filed in a Form and I retrieve the content of this Field with date_input = uidocCur.FieldGetText("einddatum"), where I Dim-ed date_input as Variant. It seems that LS treats the date_input as String. If I compare dates with date_input, I don't get the wanted results. How should I declare and retrieve dates from a form in order to work correctly with them?
Thanks in advance